home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / 000126_amos-request@svcs1.digex.net_Tue Apr 15 18:20:59 1997.msg < prev    next >
Text File  |  1998-06-24  |  4KB  |  87 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id SAA28946
  3.     for <mcox@access.digex.net>; Tue, 15 Apr 1997 18:20:58 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id OAA24931
  6.     for amos-out; Tue, 15 Apr 1997 14:57:45 -0400 (EDT)
  7. Received: from mail3.access.digex.net (mail3.access.digex.net [205.197.247.4])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id OAA24928
  9.     for <amos-list@svcs1.digex.net>; Tue, 15 Apr 1997 14:57:44 -0400 (EDT)
  10. Received: from relay-11.mail.demon.net (relay-11.mail.demon.net [194.217.242.137])
  11.     by mail3.access.digex.net (8.8.5/8.8.5) with SMTP id OAA06942
  12.     for <amos-list@access.digex.net>; Tue, 15 Apr 1997 14:57:43 -0400 (EDT)
  13. Date: Tue, 15 Apr 1997 14:57:43 -0400 (EDT)
  14. Received: from h144.redrose.net ([208.7.248.144]) by relay-9.mail.demon.net
  15.            id aa0908176; 15 Apr 97 19:04 BST
  16. X-Sender: mushy-pd@pop3.demon.co.uk
  17. X-Mailer: Windows Eudora Version 2.1.1
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset="us-ascii"
  20. To: Laurie Curwood <falcons@ihug.co.nz>,
  21.         AMOS Mailing List <amos-list@access.digex.net>
  22. From: Mush <mpd@mushy-pd.demon.co.uk>
  23. Subject: Re: Multi Plot Command
  24. Cc: theone@ihug.co.nz
  25. Message-ID: <861127459.098176.0@h144.redrose.net>
  26. Status: O
  27. X-Status: 
  28.  
  29. At 02:26 AM 4/16/97 +1200, Laurie Curwood wrote:
  30. >If anyone is interested, I have almost finished coding a Multi Plot 
  31. >command, to add to my Falcon Extension (Available from my web page, read
  32. >a previous message). This command has the following capabilites:
  33.  
  34. Oooh, about time someone did one.
  35.  
  36.  
  37. >Okay. I know you could optomise that multiplication, and change the plot
  38. >command for F Plot, Turbo Plot, Falcon Plot or whatever, but that is not the
  39. >point! Using the Multi Plot command, it would be like this:
  40. >
  41. >For Y=0 to 31
  42. >   Multi Plot X,Y,32,S+Y*32
  43. >Next Y
  44. >
  45. >Advantages of this method:
  46. >
  47. >* Less code = easier to read.
  48. >* Don't have to worry about optomisation.
  49. >* Since you only call the command once (per line), it only has to find the
  50. >screen address once, only has to work out where to start from once, etc.
  51. >Rather than 32 times. This simple fact alone, triples the speed!!!!!
  52. >
  53. >Interested? Good. It will be available VERY SHORTLY! First, though, I want to
  54. >know what features you think I should put in it! (Nothing too difficult). Tell
  55. >me if it is worth making the same command, but going down instead of accross
  56. >etc. And what you think the syntax should be.
  57.  
  58. One or 2 points. It would be nice to do like MultiplotH or MultiplotV for
  59. both horizontal and vertical, and also, it would be nice to have another
  60. parameter, like S, for STEP in points between each dot it makes, as im sure
  61. that not everyone wants the points next to each other all the time. For example
  62.  
  63. For Y=0 to 31
  64.    Multi Plot X,Y,32,S+Y*32,16
  65. Next Y
  66.  
  67. And before execution, the extension works out where the points should be
  68. placed equally.
  69.  
  70. Hope this helps
  71.  
  72. Mush
  73.  
  74.   --------******( Extreme AMOS )******--------
  75.  
  76. The best AMOS homepages around, full of downloads, and my AMOS disk
  77. magazine. Order games and utilities  directly from the library, for FREE.
  78.  
  79.           See my homepages at http://www.mushy-pd.demon.co.uk or
  80. http://members.tripod.com/~mushypd for more information.
  81.  
  82.       Email: mpd@mushy-pd.demon.co.uk      mpd@computer4u.com
  83.                                   mushy_pd@hotmail.com
  84.  
  85.                    Look for Mush now on IPhone in AMOS!!
  86.                               ICQ No. - 778243 (talk to me!!)
  87.